home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Nebyl.";
- if(_root.menu.eng)
- {
- Text1 = "I didn\'t.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "Jist{invalid_utf8=236}, kdo by neznal Solaris?";
- if(_root.menu.eng)
- {
- Text2 = "Of course. Who doesn\'t know Solaris?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "21";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-